Value | Meaning |
---|---|
AOBB_STATE_MOUNTED1 | The OBB container is now mounted and ready for use. Can be returned as the status for callbacks made during asynchronous OBB actions. |
AOBB_STATE_UNMOUNTED2 | The OBB container is now unmounted and not usable. Can be returned as the status for callbacks made during asynchronous OBB actions. |
AOBB_STATE_ERROR_INTERNAL20 | There was an internal system error encountered while trying to mount the OBB. Can be returned as the status for callbacks made during asynchronous OBB actions. |
AOBB_STATE_ERROR_COULD_NOT_MOUNT21 | The OBB could not be mounted by the system. Can be returned as the status for callbacks made during asynchronous OBB actions. |
AOBB_STATE_ERROR_COULD_NOT_UNMOUNT22 | The OBB could not be unmounted. This most likely indicates that a file is in use on the OBB. Can be returned as the status for callbacks made during asynchronous OBB actions. |
AOBB_STATE_ERROR_NOT_MOUNTED23 | A call was made to unmount the OBB when it was not mounted. Can be returned as the status for callbacks made during asynchronous OBB actions. |
AOBB_STATE_ERROR_ALREADY_MOUNTED24 | The OBB has already been mounted. Can be returned as the status for callbacks made during asynchronous OBB actions. |
AOBB_STATE_ERROR_PERMISSION_DENIED25 | The current application does not have permission to use this OBB. This could be because the OBB indicates it's owned by a different package. Can be returned as the status for callbacks made during asynchronous OBB actions. |
The different states of a OBB storage passed to AStorageManager_obbCallbackFunc().